From b3c0519e019de3fcd993913ab48c327daec35115 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 15 Jan 2014 14:33:21 +0000 Subject: [PATCH] libxl: multidev: Clarify internal API doc comment Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- tools/libxl/libxl_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index 17890ef431..b3a200d9c2 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -2082,7 +2082,8 @@ struct libxl__ao_device { * multidev->callback = ... * Then zero or more times * libxl__multidev_prepare - * libal__initiate_device_{remove/addition}. + * libxl__initiate_device_{remove/addition} + * (or some other thing which will eventually call aodev->callback) * Finally, once * libxl__multidev_prepared * which will result (perhaps reentrantly) in one call to callback(). -- 2.30.2